I have somewhere around 300 service integrations that will need to be moved soon (need to preserve the routing keys and any settings, obviously). I know that this is possible using the GUI, but due to the number of integrations that I need to move, I would like to do this via the API. Is this possible?
I have tried to update the integration using a PUT on
/services/{id}/integrations/{integration_id} then changing the json values so that the service_reference ID is changed and only the ID and type are listed for that object. But that didn’t work. Is there some other requirement for this to work? Another endpoint I need to use?